home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / u_text.zip / UB.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-03-22  |  500b  |  63 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = TokenStr()
  24.     DispFile PPEPath() + "UNOT", 7
  25.     KbdStuff "UB " + STRING001 + Chr(13)
  26.     End
  27.  
  28. ;------------------------------------------------------------------------------
  29. ;
  30. ; Usage report (before postprocessing)
  31. ;
  32. ; ■ Statements used :
  33. ;
  34. ;    1       End
  35. ;    1       Let 
  36. ;    1       DispFile 
  37. ;    1       KbdStuff 
  38. ;
  39. ;
  40. ; ■ Functions used :
  41. ;
  42. ;    3       +
  43. ;    1       Chr()
  44. ;    1       PPEPath()
  45. ;    1       TokenStr()
  46. ;
  47. ;------------------------------------------------------------------------------
  48. ;
  49. ; Analysis flags : No flag
  50. ;
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ; Postprocessing report
  54. ;
  55. ;    0       For/Next
  56. ;    0       While/EndWhile
  57. ;    0       If/Then or If/Then/Else
  58. ;    0       Select Case
  59. ;
  60. ;------------------------------------------------------------------------------
  61. ;                 AEGiS Corp - Break the routines, code against the machines!
  62. ;------------------------------------------------------------------------------
  63.